home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6416 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: ix.netcom.com!netnews
  2. From: Manuel Hernandez <ManuelHe@ix.netcom.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ BOOKS
  5. Date: 8 Feb 1996 03:58:33 GMT
  6. Organization: Netcom
  7. Message-ID: <4fbsd9$4kv@cloner3.netcom.com>
  8. NNTP-Posting-Host: irv-ca15-08.ix.netcom.com
  9. X-NETCOM-Date: Wed Feb 07  7:58:37 PM PST 1996
  10.  
  11. There is another good book published by SAMS. "Visual C++ in
  12. 12 Easy Lesons" by Greg Perry and Ian Spencer. This book includes
  13. a complete Visual C++ v1.0 compiler on CD-ROM. This is more than 
  14. enough to get you going. It was clear and easy to follow.
  15.  
  16. I also recommend "C++ the Pocket Reference" published by 
  17. Osborne and written by Herbert Schildt, because texts never really
  18. make great refferences. I found it easier to refer to this book that I did
  19. referring to the help screens.
  20.  
  21. For your next step, you should consider a book that specializes in teaching
  22. about pointers. This is what I consider the hardest and most discouraging part of
  23. C or C++. I am currently at this stage, and the only book I could find is called
  24. "C++ Pointers and Dynamic Memmory Management". (Wiley & Sons,
  25. Michael Daconta) The author fully understands my dilemma, although I wish
  26. he had a better editor.
  27.  
  28.  
  29.  
  30.